Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Driveby cleanups #561

Merged
merged 7 commits into from
Jan 27, 2025
Merged

Driveby cleanups #561

merged 7 commits into from
Jan 27, 2025

Conversation

nepet
Copy link
Collaborator

@nepet nepet commented Jan 10, 2025

Just some some cleanups that resolve some warnings that cargo complaint about.

@cdecker cdecker enabled auto-merge (rebase) January 17, 2025 09:50
cdecker
cdecker previously approved these changes Jan 20, 2025
cdecker and others added 7 commits January 27, 2025 11:42
The `nodelet` and the `plugin` were using an absolute path, which
would get clobbered by concurrent tests, which can then lead to
spurious fails. Using relative paths makes this much more stable.
Previously, the deserialization logic called `Promise::new` twice, once
in a temp variable and again for the final return. This commit removes
the unused temorary assignement.

Signed-off-by: Peter Neuroth <[email protected]>
Signed-off-by: Peter Neuroth <[email protected]>
Cargo complaints about the unused fields in `UdsConnectInfo`. Currently
the `UnixStream` in this file really seems to be unused but I assume
that it is going to be needed in the future.

Signed-off-by: Peter Neuroth <[email protected]>
@cdecker cdecker merged commit e58b40c into Blockstream:main Jan 27, 2025
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants